SciChart.Core Assembly > TinyMessenger Namespace > TinyMessengerHub Class > Subscribe Method : Subscribe<TMessage>(Action<TMessage>,Boolean,ITinyMessageProxy) Method
Type of message
Action to invoke when message is delivered
Use strong references to destination and deliveryAction
Proxy to use when delivering the messages
Subscribe<TMessage>(Action<TMessage>,Boolean,ITinyMessageProxy) Method
Subscribe to a message type with the given destination and delivery action. Messages will be delivered via the specified proxy. All messages of this type will be delivered.
Syntax

Parameters

deliveryAction
Action to invoke when message is delivered
useStrongReferences
Use strong references to destination and deliveryAction
proxy
Proxy to use when delivering the messages

Type Parameters

TMessage
Type of message

Return Value

TinyMessageSubscription used to unsubscribing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also